github.com/jackc/pgx/v5.QueuedQuery.sd (field)
19 uses
github.com/jackc/pgx/v5 (current package)
batch.go#L16: sd *pgconn.StatementDescription
conn.go#L998: bi.sd = sd
conn.go#L1042: sd := bi.sd
conn.go#L1081: if bi.sd == nil {
conn.go#L1084: bi.sd = sd
conn.go#L1087: bi.sd = distinctNewQueries[idx]
conn.go#L1095: bi.sd = sd
conn.go#L1113: if bi.sd == nil {
conn.go#L1116: bi.sd = sd
conn.go#L1119: bi.sd = distinctNewQueries[idx]
conn.go#L1126: bi.sd = sd
conn.go#L1140: if bi.sd == nil {
conn.go#L1142: bi.sd = distinctNewQueries[idx]
conn.go#L1149: bi.sd = sd
conn.go#L1229: err := c.eqb.Build(c.typeMap, bi.sd, bi.Arguments)
conn.go#L1235: if bi.sd.Name == "" {
conn.go#L1236: pipeline.SendQueryParams(bi.sd.SQL, c.eqb.ParamValues, bi.sd.ParamOIDs, c.eqb.ParamFormats, c.eqb.ResultFormats)
conn.go#L1242: pipeline.SendQueryStatement(bi.sd, c.eqb.ParamValues, c.eqb.ParamFormats, resultFormats)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)